home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 6 / PC World Interactive 6.iso / online / twsk21c.EXE / SETUP.CMD < prev    next >
OS/2 REXX Batch file  |  1995-06-14  |  901b  |  34 lines

  1. #
  2. #  Trumpet Winsock 2.1 Setup.cmd
  3. #
  4. #  Copyright (C) 1994,1995 Peter R. Tattam & 
  5. #  Trumpet Software International Pty Ltd (TSI)
  6. #  All rights reserved.
  7. #
  8. #  Unless TSI has given prior written consent to such use, 
  9. #  no permission is granted to distribute or otherwise make available 
  10. #  to the public modified versions of this script for commercial purposes.  
  11. #  Any permitted distribution of modified versions of the script must
  12. #  retain the copyright notice at the start of this file and must clearly 
  13. #  identify those parts of the file which have been modified.
  14. #
  15. %ok = [load $number]
  16. %ok = [load $password]
  17. %ok = [load $username]
  18.  
  19. if [query $number "Enter your phone number"]
  20.   save $number
  21. else
  22.   exit
  23. end
  24. if [username "Enter your login username"]
  25.   save $username
  26. else
  27.   exit
  28. end
  29. if [password "Enter your login password"]
  30.   save $password
  31. else
  32.   exit
  33. end
  34.